home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpC_223_Window.h < prev    next >
Text File  |  1989-04-09  |  569b  |  21 lines

  1. /* %filename% */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. /*----------*/
  5. void Open%WindName%        (Str255        fName,
  6.                          short        vRefNum,
  7.                          short        fRefNum);
  8. void Close%WindName%    (void);
  9. void MouseIn%WindName%    (Point        where,
  10.                          short        modifiers);
  11. void TypeIn%WindName%   (char        ch);
  12. void Update%WindName%    (void);
  13. void Activate%WindName% (Boolean    activate);
  14. void Resize%WindName%    (void);
  15. pascal void Scroll%WindName%    (short        newValue,
  16.                                   short        oldValue);
  17. void Control%WindName%    (ControlHandle    whichControl,
  18.                           short             whichPart,
  19.                          Point            where);
  20.  
  21.